home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / gui / MUI14_usr.lha / MUI / Demos / StartMeFirst < prev    next >
Encoding:
Text File  |  1993-08-09  |  380 b   |  17 lines

  1. echo "This script makes some temporary assigns to allow"
  2. echo "the MUI demo programs and the preferences to work"
  3. echo "even without a previously installed MUI."
  4.  
  5. assign add LIBS:   /Libs
  6. assign add LIBS:   /Classes
  7. assign add LOCALE: DFView/Locale
  8.  
  9. assign exists "help:" >nil:
  10. if not warn
  11.     dir >nil: help:
  12.      assign add HELP: /Docs
  13. endif
  14.  
  15. echo ""
  16. echo "Everything ready to go..."
  17.